Vcenter FoundationLoadBalancers FilterSpec

Vcenter FoundationLoadBalancers FilterSpec
Vcenter FoundationLoadBalancers FilterSpec

The Vcenter FoundationLoadBalancers FilterSpec schema contains parameters used for filter the results when listing load balancers.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "owner": "string",
    "owner_id": "string",
    "name": "string",
    "full_info": false
}
string
owner
Optional

The creator name of load balancer.

This property was added in vSphere API 9.0.0.0.

If missing or null, it won't match creator information when listing load balancers.

string
owner_id
Optional

The load balancer creator identifier.

This property was added in vSphere API 9.0.0.0.

If missing or null, it won't match creator information when listing load balancers.

string
name
Optional

The load balancer name.

This property was added in vSphere API 9.0.0.0.

If missing or null, it won't match load balancer name when listing load balancers.

boolean
full_info
Optional

The field indicates whether to get load balancer detailed info list, if the value is true, get load balancer detailed info list and ID list, if the value is false, get load balancer ID list only.

This property was added in vSphere API 9.0.0.0.

If missing or null means get load balancer ID list only.